home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2000 June (IDG) / Macworld_June_2000.iso / Shareware World / Comms & Internet / Analog 4.1 / examples / big.cfg next >
Encoding:
Text File  |  2000-03-30  |  8.8 KB  |  356 lines  |  [TEXT/ttxt]

  1. # Here is a big configuration file for analog version 4.1
  2. #   <http://www.analog.cx/>
  3. #
  4. # It contains most commands which you can use
  5. # (or at least one example from each family of commands).
  6. #
  7. # Actually this file doesn't really do much except show you what's available,
  8. # because it gives almost all the commands their default values.
  9. # (As of time of writing -- I don't promise it will stay up-to-date.)
  10. #
  11. # Even this file doesn't contain all the commands -- you'll have to read the
  12. # docs for the full set!
  13. #
  14. # First the commands you are most likely to want to change.
  15. #
  16. # If you need a LOGFORMAT command it must go here, above the LOGFILE command.
  17. # LOGFORMAT MICROSOFT-NA
  18. # The logfile to be analysed
  19. LOGFILE logfile.log
  20. #
  21. # Your organisation's name and URL for the top line of the report
  22. HOSTNAME "[my organisation]"
  23. HOSTURL none
  24. #
  25. # Where to write the report
  26. OUTFILE Report.html
  27. #
  28. # URL for the images directory
  29. IMAGEDIR images/
  30. #
  31. # Style sheet for the output page
  32. STYLESHEET none
  33. #
  34. # /dir/ fetches /dir/index.html
  35. DIRSUFFIX index.html
  36. #
  37. # Case sensitive or case insensitive file system: default depends on your OS.
  38. # If your web server and your analog run on different OS's, you may need to
  39. # change this according to the machine running your server.
  40. # CASE INSENSITIVE
  41. # USERCASE SENSITIVE
  42. #
  43. # How to uncompress compressed logfiles
  44. # UNCOMPRESS *.gz,*.Z "gzip -cd"
  45.  
  46. # Cache files: see docs/cache.html
  47. CACHEFILE none
  48. CACHEOUTFILE none
  49.  
  50. # Aliases: see docs/alias.html
  51. # I can't list all of them, but there are aliases for individual items, e.g.
  52. # FILEALIAS /football/* /soccer/*
  53. # and there are also aliases for each report, e.g.
  54. # REQALIAS /soccer/* "Football: /soccer/*"
  55. # You can also use regular expressions:
  56. # FILEALIAS REGEXP:^/(football|soccer)/(.*) /$2
  57. BROWOUTPUTALIAS Mozilla Netscape
  58. BROWOUTPUTALIAS "Mozilla (compatible)" "Netscape (compatible)"
  59. BROWOUTPUTALIAS IWENG AOL
  60. TYPEOUTPUTALIAS .html    ".html [Hypertext Markup Language]"
  61. TYPEOUTPUTALIAS .htm     ".htm  [Hypertext Markup Language]"
  62. TYPEOUTPUTALIAS .ps      ".ps   [PostScript]"
  63. TYPEOUTPUTALIAS .gz      ".gz   [Gzip compressed files]"
  64. TYPEOUTPUTALIAS .html.gz ".html.gz [Gzipped HTML]"
  65. TYPEOUTPUTALIAS .ps.gz   ".ps.gz [Gzipped PostScript]"
  66. TYPEOUTPUTALIAS .xbm     ".xbm  [X11 bitmaps]"
  67. TYPEOUTPUTALIAS .tar.gz  ".tar.gz [Compressed archives]"
  68. TYPEOUTPUTALIAS .jpg     ".jpg  [JPEG graphics]"
  69. TYPEOUTPUTALIAS .jpeg    ".jpeg  [JPEG graphics]"
  70. TYPEOUTPUTALIAS .gif     ".gif  [GIF graphics]"
  71. TYPEOUTPUTALIAS .xbm     ".xbm  [X bitmap]"
  72. TYPEOUTPUTALIAS .txt     ".txt  [Plain text]"
  73. TYPEOUTPUTALIAS .class   ".class [Java class files]"
  74. TYPEOUTPUTALIAS .pdf     ".pdf  [Adobe Portable Document Format]"
  75. TYPEOUTPUTALIAS .zip     ".zip  [Zip archives]"
  76. TYPEOUTPUTALIAS .hqx     ".hqx  [Macintosh archives]"
  77. TYPEOUTPUTALIAS .exe     ".exe  [Executables]"
  78. TYPEOUTPUTALIAS .wav     ".wav  [WAV sound files]"
  79. TYPEOUTPUTALIAS .png     ".png  [PNG graphics]"
  80. TYPEOUTPUTALIAS .avi     ".avi  [AVI movies]"
  81. TYPEOUTPUTALIAS .arc     ".arc  [Compressed archives]"
  82. TYPEOUTPUTALIAS .mid     ".mid  [MIDI sound files]"
  83. TYPEOUTPUTALIAS .doc     ".doc  [Microsoft Word document]"
  84. TYPEOUTPUTALIAS .rtf     ".rtf  [Rich Text Format]"
  85. TYPEOUTPUTALIAS .mov     ".mov  [Quick Time movie]"
  86. TYPEOUTPUTALIAS .mpg     ".mpg  [MPEG movie]"
  87. TYPEOUTPUTALIAS .mpeg    ".mpeg  [MPEG movie]"
  88.  
  89. # Inclusions and exclusions: see docs/include.html
  90. # Again there are these for individual items, e.g.
  91. # FILEINCLUDE /football/*
  92. # FILEEXCLUDE /football/*
  93. # and for each report, e.g.
  94. # REQINCLUDE pages
  95. # Or you can use regular expressions:
  96. # FILEINCLUDE REGEXP:^/(football|soccer)
  97.  
  98. # You can make more things into pages with a command like
  99. # PAGEINCLUDE *.asp
  100.  
  101. # You can limit the dates analysed with FROM and/or TO: see docs/include.html
  102. # FROM 991001
  103. # TO -00-00-01
  104.  
  105. # Controlling status codes: see docs/include.html
  106. # STATUSINCLUDE 200-299,304
  107. # STATUSEXCLUDE 206
  108. 304ISSUCCESS ON
  109.  
  110. # Whether each report is wanted: see docs/output.html
  111. GENERAL ON      
  112. MONTHLY ON      
  113. DAILY ON        
  114. FULLDAILY OFF   
  115. WEEKLY OFF      
  116. HOURLY ON       
  117. FULLHOURLY OFF  
  118. QUARTER OFF     
  119. FIVE OFF        
  120. DOMAIN ON    
  121. ORGANISATION ON 
  122. DIRECTORY ON    
  123. FILETYPE ON     
  124. REQUEST ON
  125. REDIR OFF    
  126. FAILURE OFF     
  127. SIZE ON      
  128. PROCTIME OFF    
  129. HOST OFF        
  130. REFERRER OFF    
  131. REFSITE OFF     
  132. REDIRREF OFF    
  133. FAILREF OFF     
  134. VHOST OFF       
  135. USER OFF        
  136. FAILUSER OFF    
  137. SEARCHQUERY OFF 
  138. SEARCHWORD ON   
  139. BROWSER OFF     
  140. FULLBROWSER OFF 
  141. OSREP ON        
  142. STATUS ON       
  143.  
  144. # The columns in each report: see docs/timereps.html and docs/othreps.html
  145. TIMECOLS RP
  146. MONTHCOLS RP
  147. DAYCOLS RP
  148. FULLDAYCOLS RP
  149. WEEKCOLS RP
  150. HOURCOLS RP
  151. FULLHOURCOLS RP
  152. QUARTERCOLS RP
  153. FIVECOLS RP
  154. DOMCOLS Rb
  155. ORGCOLS Rb
  156. HOSTCOLS Rb
  157. DIRCOLS Rb
  158. TYPECOLS Rb
  159. REQCOLS RbD
  160. REDIRCOLS R
  161. FAILCOLS R
  162. REFCOLS R
  163. REFSITECOLS R
  164. REDIRREFCOLS R
  165. FAILREFCOLS R
  166. BROWCOLS R
  167. FULLBROWCOLS R
  168. OSCOLS NR
  169. SIZECOLS Rb
  170. PROCTIMECOLS R
  171. VHOSTCOLS Rb
  172. USERCOLS Rb
  173. FAILUSERCOLS R
  174. SEARCHQUERYCOLS R
  175. SEARCHWORDCOLS R
  176. STATUSCOLS R
  177.  
  178. # How the graphs are plotted: see docs/timereps.html
  179. ALLGRAPH P
  180. MONTHGRAPH P
  181. DAYGRAPH P
  182. FULLDAYGRAPH P
  183. HOURGRAPH P
  184. FULLHOURGRAPH P
  185. WEEKGRAPH P
  186. QUARTERGRAPH P
  187. FIVEGRAPH P
  188.  
  189. # Whether the time reports run forwards or backwards: see docs/timereps.html
  190. ALLBACK OFF
  191. MONTHBACK OFF
  192. FULLDAYBACK OFF
  193. FULLHOURBACK OFF
  194. WEEKBACK OFF
  195. QUARTERBACK OFF
  196. FIVEBACK OFF
  197.  
  198. # The number of rows to display in each time report: see docs/timereps.html
  199. MONTHROWS 0
  200. WEEKROWS 0
  201. FULLDAYROWS 42
  202. FULLHOURROWS 72
  203. QUARTERROWS 96
  204. FIVEROWS 288
  205.  
  206. # The floors for each report: see docs/othreps.html and docs/hierreps.html
  207. REQFLOOR 20r
  208. REQARGSFLOOR 10r
  209. REDIRFLOOR -30r
  210. REDIRARGSFLOOR 10r
  211. FAILFLOOR -30r
  212. FAILARGSFLOOR 10r
  213. DOMFLOOR 0b
  214. SUBDOMFLOOR 0.5%b
  215. ORGFLOOR -20r
  216. SUBORGFLOOR 0.5%r
  217. DIRFLOOR 0.01%b
  218. SUBDIRFLOOR 0.01%b
  219. TYPEFLOOR 0.1%b
  220. SUBTYPEFLOOR 0.1%b
  221. HOSTFLOOR 100r
  222. REFFLOOR 20r
  223. REFARGSFLOOR 10r
  224. REFSITEFLOOR -30r
  225. REFDIRFLOOR 50r
  226. REDIRREFFLOOR -30r
  227. REDIRREFARGSFLOOR 10r
  228. FAILREFFLOOR -30r
  229. FAILREFARGSFLOOR 10r
  230. BROWFLOOR -20r
  231. FULLBROWFLOOR -40r
  232. OSFLOOR 1r
  233. SUBOSFLOOR 1r
  234. VHOSTFLOOR -20b
  235. USERFLOOR -100r
  236. FAILUSERFLOOR -20r
  237. SEARCHQUERYFLOOR -20r
  238. SEARCHWORDFLOOR -20r
  239. STATUSFLOOR 0r
  240.  
  241. # How each report is sorted: see docs/othreps.html and docs/hierreps.html
  242. REQSORTBY REQUESTS
  243. REDIRSORTBY REQUESTS
  244. FAILSORTBY REQUESTS
  245. DOMSORTBY BYTES
  246. ORGSORTBY REQUESTS
  247. DIRSORTBY BYTES
  248. TYPESORTBY BYTES
  249. HOSTSORTBY ALPHABETICAL
  250. REFSORTBY REQUESTS
  251. REFSITESORTBY REQUESTS
  252. REDIRREFSORTBY REQUESTS
  253. FAILREFSORTBY REQUESTS
  254. BROWSORTBY REQUESTS
  255. FULLBROWSORTBY REQUESTS
  256. OSSORTBY REQUESTS
  257. VHOSTSORTBY BYTES
  258. USERSORTBY REQUESTS
  259. FAILUSERSORTBY REQUESTS
  260. SEARCHQUERYSORTBY REQUESTS
  261. SEARCHWORDSORTBY REQUESTS
  262. STATUSSORTBY ALPHABETICAL
  263.  
  264. # What to link to in the reports
  265. LINKINCLUDE pages
  266. REFLINKINCLUDE *
  267. # BASEURL http://my.server.com
  268.  
  269. # Cosmetic commands: mostly in docs/output.html
  270. OUTPUT HTML
  271. LANGUAGE ENGLISH
  272. # LANGFILE lang/uk.lng
  273. # DOMAINSFILE lang/ukdom.tab
  274. HEADERFILE none
  275. FOOTERFILE none
  276. LOGO analogo.gif
  277. REPORTORDER xmWDdHh45oZSuJkKfsNnBbpvcPztiEIr
  278. GOTOS ON
  279. RUNTIME ON
  280. WEEKBEGINSON SUNDAY
  281. LASTSEVEN ON
  282. MARKCHAR +
  283. SEPCHAR ,
  284. REPSEPCHAR none
  285. DECPOINT .
  286. COMPSEP "    "
  287. RAWBYTES OFF
  288. NOROBOTS ON
  289. SEARCHCHARCONVERT ON
  290. BARSTYLE b
  291. HTMLPAGEWIDTH 65
  292. ASCIIPAGEWIDTH 76
  293. MINGRAPHWIDTH 15
  294.  
  295. # The following commands are only available on some systems: see docs/dns.html
  296. # DNSFILE dnscache
  297. # DNSLOCKFILE dnslock
  298. # DNS NONE
  299. # DNSGOODHOURS 672
  300. # DNSBADHOURS 168
  301.  
  302. # Sub-item commands: see docs/hierreps.html. Examples are
  303. # SUBDOM *.com
  304. # SUBDIR /*/*/
  305. SUBTYPE *.gz,*.Z
  306.  
  307. # A list of search engines
  308. SEARCHENGINE http://*altavista.*/* q
  309. SEARCHENGINE http://*yahoo.*/* p
  310. SEARCHENGINE http://*google.*/* q
  311. SEARCHENGINE http://*lycos.*/* query
  312. SEARCHENGINE http://*aol.*/* query
  313. SEARCHENGINE http://*excite.*/* search
  314. SEARCHENGINE http://*go2net.*/* general
  315. SEARCHENGINE http://*metacrawler.*/* general
  316. SEARCHENGINE http://*msn.*/* MT
  317. SEARCHENGINE http://*hotbot.com/* MT
  318. SEARCHENGINE http://*netscape.*/* search
  319. SEARCHENGINE http://*looksmart.*/* key
  320. SEARCHENGINE http://*infoseek.*/* qt
  321. SEARCHENGINE http://*webcrawler.*/* search,searchText
  322. SEARCHENGINE http://*goto.*/* Keywords
  323. SEARCHENGINE http://*snap.*/* keyword
  324. SEARCHENGINE http://*dogpile.*/* q
  325. SEARCHENGINE http://*askjeeves.*/* ask
  326. SEARCHENGINE http://*ask.*/* ask
  327. SEARCHENGINE http://*aj.*/* ask
  328. SEARCHENGINE http://*directhit.*/* qry
  329. SEARCHENGINE http://*alltheweb.*/* query
  330. SEARCHENGINE http://*northernlight.*/* qr
  331. SEARCHENGINE http://*nlsearch.*/* qr
  332. SEARCHENGINE http://*dmoz.*/* search
  333. SEARCHENGINE http://*newhoo.*/* search
  334. SEARCHENGINE http://*netfind.*/* query,search,s
  335. SEARCHENGINE http://*/netfind* query
  336. SEARCHENGINE http://*/pursuit query
  337.  
  338. # Use one of these if you are short of memory: see docs/lowmem.html
  339. FILELOWMEM 0
  340. HOSTLOWMEM 0
  341. BROWLOWMEM 0
  342. REFLOWMEM 0
  343. USERLOWMEM 0
  344. VHOSTLOWMEM 0
  345.  
  346. # Commands for debugging
  347. SETTINGS OFF
  348. DEBUG OFF
  349. WARNINGS ON
  350. PROGRESSFREQ 0
  351. # ERRFILE somefile
  352. ERRLINELENGTH 78
  353. #
  354. # By Stephen Turner 1999 - 2000. No warranty for this file.
  355. # May be used and redistributed without restriction.
  356.